return "QT CONTROL BUTTON" & RETURN & RETURN & "Use this behavior to make almost any sprite into a control button for Quicktime video sprites. " & "Standard controls available through this behavior are Play, Stop/Pause, Rewind to beginning, Jump to End, Fast Forward (2x) and Fast backward (2x). " & "Drag behavior onto a sprite, select the Quicktime sprite to control, and which action the button will perform." & RETURN & RETURN & "PARAMETERS:" & RETURN & " - which Quicktime video sprite to control" & RETURN & " - Button action (rewind, stop, play, end, backward, forward)" & RETURN & RETURN & "PERMITTED TYPES:" & RETURN & " - Quicktime video to control" & RETURN & " - any graphics sprite(s) for the controls"
end
on getBehaviorTooltip
return "Create custom QuickTime sprite video control buttons. " & "First place the QuickTime sprite on stage, then attach the behavior to the sprites that will serve as the controls."